home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / library / reqtlsdv.rdm < prev    next >
Text File  |  1996-05-20  |  3KB  |  64 lines

  1. Short:    ReqTools 2.5 - the requester toolkit (dev)
  2. Author:   nico@augfl.be (Nico Francois), cmh@lls.se (Magnus Holmgren)
  3. Uploader: cmh@lls.se (Magnus Holmgren)
  4. Type:     util/libs
  5.  
  6. ---------------------------------------------------------------------
  7. NOTE: This is the developer archive. Only includes, autodocs, glue
  8.       code, catalog sources, example files and similar included.
  9. ---------------------------------------------------------------------
  10.  
  11. reqtools.library is a standard Amiga shared, runtime library.  The purpose
  12. of ReqTools is to make it a lot quicker and easier to build standard
  13. requesters into your programs.  ReqTools is designed with Commodore's style
  14. guidelines in mind, all requesters have the look-and-feel of AmigaDOS
  15. Release 2.
  16.  
  17. ReqTools features the following requesters: a query requester, a string
  18. requester, a number requester, a file requester, a font requester, a
  19. palette requester, a volume requester and a screenmode requester.
  20.  
  21.   *************************************************************************
  22.   RELEASE 2.5 (Library version 38.1387)
  23.  
  24.   Now really includes RexxReqTools 1.3. Sorry about that.
  25.   RTPatch now reports itself as 1.4 (forgot to assemble that minor change
  26.     ;).
  27.   Improved pragmas for SAS/C, to make better use of the tagcall. Note
  28.     that this may cause problems (I got a CXERR in one case). Also
  29.     changed the name to "reqtools_pragmas.h".
  30.   Changed the LED rendering a little. It is now done earlier, to work
  31.     nicer with custom handlers that can be slow in certain operations
  32.     (like ArcHandler).
  33.   Recompiled with SAS/C again. ;) I don't think any problem have been
  34.     introduced due to this.
  35.   Increased the pattern text buffer in the file requester.
  36.   The volume list in the file requester should now show all real volumes,
  37.     including e.g. network volumes. In fact, it should display the same
  38.     volumes as ASL, since the same algorithm is used. Thanks to Martin
  39.     Taillefer for showing me how to do it properly.
  40.   Added a little "hack" to make ReqTools work better with BetterEdit. It
  41.     was so simple, so why not? ;)
  42.   Added color wheel to the palette requester! There is a switch in the
  43.     preferences editor, in case you don't like it. Some notes: You need
  44.     properly installed colorwheel and gradientslider gadgets (part of OS
  45.     3.0 or higher) for it to be displayed. The colorwheel will only show
  46.     up if the screen and window are large enough. The gradient slider
  47.     doesn't have any fancy background currently, as it requires a rather
  48.     large number of colors to be displayed nicely, IMHO. And most
  49.     importantly; the top value of the slider is to the *left* for some
  50.     reason. Not my fault! ;)
  51.   Selecting parent in the file requester, when the parent does not exist
  52.     does now work. Sort of. The drawer gadget is now updated, so that you
  53.     can "parent back" to a drawer that do exist.
  54.   In the palette requester, when you are in copy, swap and spread modes,
  55.     the title of the window will show the current mode.
  56.   The palette requester should now work better on deep screens (more than
  57.     8 bits). It will then limit itself to display only 256 colors.
  58.  
  59.   *************************************************************************
  60.  
  61. ReqTools 2.5 - reqtools.library
  62. Copyright (c) 1991-1994 Nico François
  63.               1995-1996 Magnus Holmgren
  64.